From: iap10@labyrinth.cl.cam.ac.uk Date: Sat, 25 Sep 2004 16:59:06 +0000 (+0000) Subject: bitkeeper revision 1.1159.1.185 (4155a3daql44JDS3x9h6kCrFxSJd-Q) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~566 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=e5221f556bc4c1f53744861927d677e134004825;p=xen.git bitkeeper revision 1.1159.1.185 (4155a3daql44JDS3x9h6kCrFxSJd-Q) fix tiny memory leak. --- diff --git a/xen/arch/x86/shadow.c b/xen/arch/x86/shadow.c index 1900b04a82..218a2b7b3f 100644 --- a/xen/arch/x86/shadow.c +++ b/xen/arch/x86/shadow.c @@ -137,6 +137,7 @@ static inline int shadow_page_op( struct mm_struct *m, unsigned int op, { // lock is already held delete_shadow_status( m, gpfn ); + free_shadow_page( m, spfn_info ); restart = 1; // we need to go to start of list again } }